GoXam for WPF v3
GetConnectedNodesForNode(NodeType,Predicate<PortKey>) Method
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class > GetConnectedNodesForNode Method : GetConnectedNodesForNode(NodeType,Predicate<PortKey>) Method
a predicate to be applied to each port parameter; if non-null, this predicate must be true for the node to be included in the return sequence
Return a sequence of node data that are directly connected to a given node, in either direction.
Syntax

Parameters

nodedata
portpred
a predicate to be applied to each port parameter; if non-null, this predicate must be true for the node to be included in the return sequence

Return Value

Remarks

This is used for model navigation and graph traversal.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members
Overload List